Vector
data class Vector(val imageVector: ImageVector, val contentDescription: String? = null) : ChipDecoration.Image
Represents an ImageVector displayed before/after the chip's text. The image will be 24.dp
tall and will be tinted with SourceChip.Style.contentColour.
Properties
Link copied to clipboard
Optional content description for the image.
Link copied to clipboard
The ImageVector to display.